{{ _('Additional Info') }}

{% block package_additional_info %} {% if pkg_dict.url %} {% if h.is_url(pkg_dict.url) %} {% else %} {% endif %} {% endif %} {% if pkg_dict.author_email %} {% elif pkg_dict.author %} {% endif %} {% if pkg_dict.maintainer_email %} {% elif pkg_dict.maintainer %} {% endif %} {% if pkg_dict.version %} {% endif %} {% if h.check_access('package_update',{'id':pkg_dict.id}) %} {% endif %} {% if pkg_dict.metadata_modified %} {% endif %} {% if pkg_dict.metadata_created %} {% endif %} {% block extras scoped %} {% for extra in h.sorted_extras(pkg_dict.extras) %} {% set key, value = extra %} {% endfor %} {% endblock %} {% endblock %}
{{ _('Field') }} {{ _('Value') }}
{{ _('Source') }} {{ pkg_dict.url }} {{ pkg_dict.url }}
{{ _("Author") }} {{ h.mail_to(email_address=pkg_dict.author_email, name=pkg_dict.author) }}
{{ _("Author") }} {{ pkg_dict.author }}
{{ _('Maintainer') }} {{ h.mail_to(email_address=pkg_dict.maintainer_email, name=pkg_dict.maintainer) }}
{{ _('Maintainer') }} {{ pkg_dict.maintainer }}
{{ _("Version") }} {{ pkg_dict.version }}
{{ _("State") }} {{ _(pkg_dict.state) }}
{{ _("Last Updated") }} {% snippet 'snippets/local_friendly_datetime.html', datetime_obj=pkg_dict.metadata_modified %}
{{ _("Created") }} {% snippet 'snippets/local_friendly_datetime.html', datetime_obj=pkg_dict.metadata_created %}
{{ _(key|e) }} {{ value }}