app/soc/templates/soc/program/public.html
changeset 688 125cad9596da
parent 649 95a41542e693
child 1587 7a61eff82b9d
equal deleted inserted replaced
687:4755caf1d7a6 688:125cad9596da
    23  <table>
    23  <table>
    24   {% readonly_field_as_table_row entity.fields.link_id.label entity.link_id %}
    24   {% readonly_field_as_table_row entity.fields.link_id.label entity.link_id %}
    25   {% readonly_field_as_table_row entity.fields.scope_path.label entity.scope_path %}
    25   {% readonly_field_as_table_row entity.fields.scope_path.label entity.scope_path %}
    26   {% readonly_field_as_table_row entity.fields.name.label entity.name %}
    26   {% readonly_field_as_table_row entity.fields.name.label entity.name %}
    27   {% readonly_field_as_table_row entity.fields.short_name.label entity.short_name %}
    27   {% readonly_field_as_table_row entity.fields.short_name.label entity.short_name %}
    28   {% readonly_field_as_table_row entity.fields.generic_name.label entity.generic_name %}
    28   {% readonly_field_as_table_row entity.fields.group_label.label entity.group_label %}
    29   <!-- TODO(pawel.solyga) make this generic -->
    29   <!-- TODO(pawel.solyga) make this generic -->
    30  </table>
    30  </table>
    31 </p>
    31 </p>
    32 {% endblock %}
    32 {% endblock %}