equal
deleted
inserted
replaced
13 limitations under the License. |
13 limitations under the License. |
14 {% endcomment %} |
14 {% endcomment %} |
15 {% load forms_helpers %} |
15 {% load forms_helpers %} |
16 |
16 |
17 {% block header_title %} |
17 {% block header_title %} |
18 {{ page_name }} for {{ entity.nick_name }} |
18 {{ page_name }} for {{ entity.public_name }} |
19 {% endblock %} |
19 {% endblock %} |
20 |
20 |
21 {% block body %} |
21 {% block body %} |
22 <p> |
22 <p> |
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.nick_name.label entity.nick_name %} |
25 {% readonly_field_as_table_row entity.fields.public_name.label entity.public_name %} |
26 <!-- TODO(pawel.solyga) make this generic --> |
26 <!-- TODO(pawel.solyga) make this generic --> |
27 </table> |
27 </table> |
28 </p> |
28 </p> |
29 {% endblock %} |
29 {% endblock %} |