{% extends form_template %} {% load forms_tags %} {% load base_filters %} {% block title %}{% blocktrans with t=entry.form.title %}Entry - {{ t }}{% endblocktrans %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{{ field.field.label }}
{{ field.value|basename }}
{{ field.field.label }}
{{ field.value }}
{{ entry.form.pricing_name }}{% if entry.pricing.label %} - {{ entry.pricing.label }}{% endif %}
{% if entry.pricing.price %}
{{ SITE_GLOBAL_CURRENCYSYMBOL }}{{ entry.pricing.price }}
{% else %}
{{ SITE_GLOBAL_CURRENCYSYMBOL }}{{ entry.custom_price }}
{% endif %}
{% trans 'Entry Time' %}
{{ entry.entry_time }}
{% trans 'Created by' %}
{{ entry.creator.username }}
{% trans 'Entry Path' %}
{{ entry.entry_path }}