{% extends "webpage/base.html" %} {% load static %} {% load webpage_extras %} {% block title %}{{ object.name }}{% endblock %} {% block scriptHeader %} {% endblock %} {% block content %}
{% if object.get_prev %}

{% endif %}

{{ class_name }} {{ object }} {% if user.is_authenticated %} {% endif %} {% if 'archeutils' in APPS %} {% endif%}

{% if object.get_next %}

{% endif %}
{% block custom %} Basic Information
{% for x in object.field_dict %} {% if x.value %} {% if user.is_authenticated %} {% elif not x.extra_fields or x.extra_fields.is_public %} {% endif %} {% endif %} {% endfor %}
{% if x.help_text %} {{ x.verbose_name }} {% else %} {{ x.verbose_name }} {% endif %} {% if x.f_type == 'M2M' %} {% for y in x.value %}
  • {{ y }}
  • {% endfor %} {% elif x.f_type == 'FK' %} {{ x.value }} {% elif x.f_type == 'FK' %} {{ x.value }} {% elif x.f_type == 'REVRESE_RELATION' %} {% for y in x.value %}
  • {{ y }}
  • {% endfor %} {% elif x.f_type == 'SIMPLE' %} {{ x.value }} {% endif %}
    {% if x.help_text %} {{ x.verbose_name }} {% else %} {{ x.verbose_name }} {% endif %} {% if x.f_type == 'M2M' %} {% for y in x.value %}
  • {{ y }}
  • {% endfor %} {% elif x.f_type == 'FK' %} {{ x.value }} {% elif x.f_type == 'FK' %} {{ x.value }} {% elif x.f_type == 'REVRESE_RELATION' %} {% for y in x.value %}
  • {{ y }}
  • {% endfor %} {% elif x.f_type == 'SIMPLE' %} {{ x.value }} {% endif %}
    {% endblock custom %} {% endblock %}