{% extends "base/body_content.html" %} {% load smart_if %} {% block title %}{% if item.id %}Edit plant - {{ item.format_name }}{% else %}New plant{% endif %}{% endblock %} {% block extra_head %} {% endblock %} {% block main_content %}
created on: | {{ item.date_added|date:"d.m.Y H:i:s" }} |
created by: | {{ item.author.format_name }} |
modified on: | {{ item.last_modified|date:"d.m.Y H:i:s" }} |
modified by: | {% if item.modified_by %}{{ item.modified_by.format_name }}{% else %}-{% endif %} |