social_lms_integrator-1.0.0-beta4/modules/social_lms_integrator_application/templates/application.html.twig
modules/social_lms_integrator_application/templates/application.html.twig
{#
/**
* @file
* Default theme implementation to present an application entity.
*
* This template is used when viewing a registered application's page,
* e.g., /admin/application)/123. 123 being the application's ID.
*
* Available variables:
* - content: A list of content items. Use 'content' to print all content, or
* print a subset such as 'content.title'.
* - button_team_applications: A link back to all team applications
* - attributes: HTML attributes for the container element.
*
* @see template_preprocess_application()
*/
#}
<article{{ attributes }}>
{% if content %}
{{- content -}}
{{ button_team_applications }}
{% endif %}
</article>
