This commit is contained in:
Nicolas Le Goff
2014-12-02 16:36:20 +01:00
parent 552bb88d4e
commit 4059f738e7
5 changed files with 7 additions and 9 deletions

View File

@@ -132,4 +132,4 @@
<hr/>
{% include 'common/technical_datas.html.twig' %}
{% endif %}
{% endmacro %}
{% endmacro %}

View File

@@ -1,16 +1,16 @@
{% if record.isStory %}
{% if record.story %}
{{ 'Story_id' | trans }} : {{ record.recordId }}<br/>
{% else %}
{{ 'Record_id' | trans }} : {{ record.recordId }}<br/>
{% endif %}
{% if not record.isStory %}
{% if not record.story %}
{% block td_original_name %}
{{ 'Nom Original' | trans }} : {{ record.getOriginalName }}
{{ 'Nom Original' | trans }} : {{ record.originalName }}
{% endblock %}
{% block td_mime %}
{{ record.getMimeType }}
{{ record.mimeType }}
{% endblock %}
{% block td_weight %}