Skip to content

Commit

Permalink
Update additional info table
Browse files Browse the repository at this point in the history
  • Loading branch information
taleksovska committed Jul 19, 2024
1 parent 3e737da commit a62e4ce
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
<th scope="row">{{ _('Upload dataset') }}</th>
<td>{{ h.render_datetime(pkg_dict.metadata_created, date_format = "%B %d, %Y %H:%M:%S") or _('unknown') }}</td>
</tr>
<tr>
<th scope="row">{{ _('National operator code') }}</th>
<td>{{ h.get_national_operator_code(pkg_dict.owner_org) }}</td>
</tr>
{%- endblock -%}
{% if pkg_dict.extras %}
{% for extra in pkg_dict.extras %}
Expand All @@ -59,4 +63,4 @@
</tr>
{% endfor %}
{% endif %}
{% endblock %}
{% endblock %}

0 comments on commit a62e4ce

Please sign in to comment.