{% extends "layout.html" %} {% load i18n %} {% block content %}

{% blocktrans with content_type=content_type %} {{ content_type }} not found {% endblocktrans %}

{% blocktrans with content_type=content_type %} Sorry! The {{ content_type }} that you are trying to {{ verb }} is not here. {% endblocktrans %}

{% endblock %}