Commit 64384252 by Manzar Hussain

add detail

parent 1430766b
...@@ -17,27 +17,9 @@ ...@@ -17,27 +17,9 @@
* @ingroup themeable * @ingroup themeable
*/ */
#} #}
Test Detail 123
{% for field in fields -%} {% for field in fields -%}
{{ field.separator }} <li>{{ field.content }}</li>
{%- 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 %}
{%- endfor %} {%- endfor %}
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* @ingroup themeable * @ingroup themeable
*/ */
#} #}
Test 123
{% if title %} {% if title %}
<h3>{{ title }}</h3> <h3>{{ title }}</h3>
{% endif %} {% endif %}
...@@ -28,7 +28,7 @@ Test 123 ...@@ -28,7 +28,7 @@ Test 123
] ]
%} %}
<div{{ row.attributes.addClass(row_classes) }}> <div{{ row.attributes.addClass(row_classes) }}>
{{- row.content -}} <li>{{- row.content -}}</li>
</div> </div>
{% endfor %} {% 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