{% 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 %}
{% blocktrans with l=field.field.label %}{{ l }}{% endblocktrans %}
{% blocktrans with n=field.value|basename %}{{ n }}{% endblocktrans %}
{% blocktrans with l=field.field.label %}{{ l }}{% endblocktrans %}
{% blocktrans with v=field.value %}{{ v }}{% endblocktrans %}
{{ 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 }}