Commit 64384252 by Manzar Hussain

add detail

parent 1430766b
......@@ -17,27 +17,9 @@
* @ingroup themeable
*/
#}
Test Detail 123
{% for field in fields -%}
{{ field.separator }}
{%- if field.wrapper_element -%}
<{{ field.wrapper_element }}{{ field.wrapper_attributes }}>
{%- endif %}
{%- if field.label -%}
{%- if field.label_element -%}
<{{ field.label_element }}{{ field.label_attributes }}>{{ field.label }}{{ field.label_suffix }}</{{ field.label_element }}>
{%- else -%}
{{ field.label }}{{ field.label_suffix }}
{%- endif %}
{%- endif %}
{%- if field.element_type -%}
<{{ field.element_type }}{{ field.element_attributes }}>{{ field.content }}</{{ field.element_type }}>
{%- else -%}
{{ field.content }}
{%- endif %}
{%- if field.wrapper_element -%}
</{{ field.wrapper_element }}>
{%- endif %}
<li>{{ field.content }}</li>
{%- endfor %}
......
......@@ -17,7 +17,7 @@
* @ingroup themeable
*/
#}
Test 123
{% if title %}
<h3>{{ title }}</h3>
{% endif %}
......@@ -28,7 +28,7 @@ Test 123
]
%}
<div{{ row.attributes.addClass(row_classes) }}>
{{- row.content -}}
<li>{{- row.content -}}</li>
</div>
{% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment