mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
renderbox person and thirdparty on resume accompanyingcourse, flex-bloc and flex-table
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{#
|
||||
Template to render a person
|
||||
* render [raw|label|row|bloc]
|
||||
* render [raw|label|bloc]
|
||||
OPTIONS
|
||||
* addAltNames bool
|
||||
* addLink bool
|
||||
@@ -64,12 +64,6 @@
|
||||
{{ _self.label(person, options) }}
|
||||
{%- endif -%}
|
||||
|
||||
{%- if render == 'row' -%}
|
||||
<div class="entity-row">
|
||||
{{ _self.label(person, options) }}
|
||||
</div>
|
||||
{%- endif -%}
|
||||
|
||||
{%- if render == 'bloc' -%}
|
||||
<div class="item-row entity-bloc">
|
||||
<div class="item-col">
|
||||
|
Reference in New Issue
Block a user