{% extends "webpage/base.html" %} {% load static %} {% load webpage_extras %} {% block title %}{{ object.name }}{% endblock %} {% block scriptHeader %} {% endblock %} {% block content %}
{% if x.help_text %} {{ x.verbose_name }} {% else %} {{ x.verbose_name }} {% endif %} |
{% if x.f_type == 'M2M' %}
{% for y in x.value %}
|
---|---|
{% if x.help_text %} {{ x.verbose_name }} {% else %} {{ x.verbose_name }} {% endif %} |
{% if x.f_type == 'M2M' %}
{% for y in x.value %}
|