{% extends 'admin/base.html.twig' %} {% block title %}{{ shortcode.name }} | Admin | Universities.com{% endblock %} {% block body %}

{{ shortcode.name }}

Name
{{ shortcode.name }}
Slug
{{ shortcode.slug }}
Widgets
    {% for shortcode_widget in shortcode.widgets %}
  • {{ shortcode_widget.widget.name }}
    {{ shortcode_widget.widget.type|replace({'_': ' ', '-': ' '})|title }}
    {{ shortcode_widget.weight }}
  • {% endfor %}
Edit
ID
{{ shortcode.id }}
Active
{{ shortcode.active ? 'Yes' : 'No' }}
Created
{{ shortcode.created ? shortcode.created|date('m/d/Y g:i:s a') : '' }}
Updated
{{ shortcode.updated ? shortcode.updated|date('m/d/Y g:i:s a') : '' }}
{% endblock %}