more_fields-2.2.19/templates/more-fields-experience-formatter2.html.twig

templates/more-fields-experience-formatter2.html.twig
{% if item %}
  <div class="cvSectionExp-content">
  	<div class="content-block">
    {% if item.value %}
      <h4 class="titre-poste">
        {{ item.value }}
      </h4>
    {% endif %}
    {% if item.description %}
      <div>
        {{ item.description|raw }}
      </div>
    {% endif %}
    </div>
    	{% if item.company %}
      <div class="d-flex bloc1 font-weight-bold">
        {{ item.company }}
      </div>
        {% endif %}	
        {% if item.date_debut|has_value or item.date_fin|has_value %}
          <div class="d-flex contenu-date">
            {% if item.date_debut %}
              <div class="col-md-6 date">
                {{ item.date_debut }}
              </div>
            {% endif %}
            {% if item.date_fin %}
              <div class="col-md-6 date text-right">
                {{ item.date_fin }}
              </div>
            {% endif %}
          </div>
        {% endif %}    
    
  </div>
{% endif %}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc