{% extends "lfc/manage/base.html" %} {% load i18n %} {% block left-slot-wrapper %}{% endblock %} {% block content %}
{% trans "Title" %} | {% trans "Content type" %} | {% trans "Creation Date" %} | {% trans "Creator" %} | {% trans "Manage" %} |
---|---|---|---|---|
{{ obj.title }} | {{ obj.get_content_type }} | {{ obj.creation_date|date:"d.m.Y - H:i" }} | {% if obj.creator.first_name and obj.creator.last_name %} {{ obj.creator.first_name }} {{ obj.creator.last_name }} {% else %} {{ obj.creator.username }} {% endif %} |
![]() ![]() |
{% trans "There are no objects to review" %}
{% endif %}